Intersoft WebInput Documentation
How-to: Customize DateTime Editor Arrow Image
Send Feedback
Intersoft WebInput > What's New in V4.0 > How-to: Customize DateTime Editor Arrow Image

Glossary Item Box

You can customize DateTime editor arrow image of WebInput.

In this topic, you will learn how to customize DateTime Editor arrow image in calendar header section and arrow image in dropdown section.

To customize DateTime Editor arrow image in calendar header section

  1. Click WebInput instance and press F4.
  2. Set the DateTimeEditor - IsEnabled properties to True
  3. Set the DateTimeEditor - HeaderButtonUpImage properties to URL image’s path.
  4. Set the DateTimeEditor - HeaderButtonDownImage properties to URL image’s path.
  5. Run the Project.

HeaderButtonImage


To customize DateTime Editor arrow image in dropdown section

  1. Click WebInput instance and press F4.
  2. Set the DateTimeEditor - IsEnabled properties to True
  3. Set the DateTimeEditor - DropDownButtonUpImage properties to URL image’s path.
  4. Set the DateTimeEditor - DropDownButtonDownImage properties to URL image’s path.
  5. Run the Project.

DropDownImage